Miner.Responder.Shared.Extensions Namespace > EnumerableExtensions Class > JoinToString Method : JoinToString<T>(IEnumerable<T>,String) Method |
'Declaration
<System.Runtime.CompilerServices.ExtensionAttribute()> Public Overloads Shared Function JoinToString(Of T)( _ ByVal items As System.Collections.Generic.IEnumerable(Of T), _ ByVal separator As System.String _ ) As System.String
'Usage
Dim items As System.Collections.Generic.IEnumerable(Of T) Dim separator As System.String Dim value As System.String value = EnumerableExtensions.JoinToString(Of T)(items, separator)
[System.Runtime.CompilerServices.Extension()] public static System.string JoinToString<T>( System.Collections.Generic.IEnumerable<T> items, System.string separator )
public function JoinToString( items: System.Collections.Generic.IEnumerable; separator: System.String ): System.String; static;
System.Runtime.CompilerServices.ExtensionAttribute() public static function JoinToString( items : System.Collections.Generic.IEnumerable, separator : System.String ) : System.String;
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2